home *** CD-ROM | disk | FTP | other *** search
- TextViewManager = {
- ACTIONS = {
- appWillTerminate:;
- setAndBroadcastNewWords:;
- showCommander:;
- updateAndBroadcast:;
- appendTextRequest:;
- saveRequestedToMaster:;
- appDidInit:;
- openFileRequest:;
- valideLockOnSelection:;
- splitView:;
- closeCurrentFile:;
- localSaveRequested:;
- };
- OUTLETS = {
- win;
- openReq;
- clientList;
- openedFileList;
- server;
- locksOnFileList;
- stringSet;
- splitView;
- lView;
- pView;
- currentClient;
- documentMaster;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-